[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 14 Fn 8025  - Articom - Set Internal Send/receive Vector               [S]

   AX = 8025h
   DS:DX -> address of trap function (see below) to call on read/write

Note:  setting the vector to a user function allows the redirector's activity
     to be monitored.

See Also: AX=8000h,AX=8035h,INT 21/AH=25h

Trap function called with:
   AH = operation
       80h reading character
       81h writing character
   AL = character

   Return: AX must be preserved
       far JUMP to old trap function (see AX=8035h)

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson